| ITestListener Interface Methods |
Unit
TestFramework
Declaration
ITestListener = interface(IUnknown)
Description
TTestResult calls the methods of registered ITestListeners as testing progress. The standard TestRunners implement this interface to receive notifications about testing events.
| Introduced Methods |
| AddError | An error occurred. |
| AddFailure | A failure occurred. |
| EndTest | A test ended. |
| StartTest | A test started. |
| TestingEnds | Called when testing has ended. |
| TestingStarts | Called when testing has started. |
See Also
|
|